Module:Infobox/Tribu d'Algérie

Une page de Wikipédia, l'encyclopédie libre.

 Documentation[voir] [modifier] [historique] [purger]

Cette page définit un module d'infobox. Pour les conseils sur l'usage de ce module, voyez Modèle:Infobox Tribu d'Algérie.


local generic = require "Module:Infobox/Fonctions"

return 
	{
	maincolor = '#3DA458',
	thirdcolor = 'white',
    parts =
    	{
			generic.title('tribu_algerienne'),
			generic.mainimage('Article à illustrer Tribu Algérienne'),
			{type = 'table', title = 'Informations générales', rows = {
				    {type = 'mixed', label = 'Nom berbère', value = 'nom berbère'},
				    {type = 'mixed', label = 'Nom kabyle', value = 'nom kabyle'},
					{type = 'mixed', label = 'Échelon', value = 'échelon'},
				}
			},
		    {type = 'table', title = 'Géographie', rows = {
					{type = 'mixed', label = 'Région', value = 'région'},
					{type = 'mixed', label = 'Territoire', value = 'territoire'},
					{type = 'mixed', label=  'Superficie', value = 'superficie'},
					{type = 'mixed', label = 'Chef-Lieu', value = 'chef-lieu'},
					{type = 'images', imageparameters = {'carte'}, captionparameter = 'légende carte', defaultupright = 1, uprightparameter = 'upright carte'},
		    	    }
				}
			},
		    {type = 'table', title = 'Population', rows = {
					{type = 'mixed', label = 'Population', value = 'population'},
				}
			},	
			{type = 'table', title = 'Histoire et anthropologie', rows = {
					{type = 'mixed', label = 'Période d\'apparition', value = 'apparition'},
					{type = 'mixed', label = 'Période de disparition', value = 'disparition'},
					{type = 'mixed', label = 'Mode de vie', value = 'mode de vie'},					
                    {type = 'mixed', label = 'Groupe tribal', value = 'groupe tribal'},
					{type = 'mixed', label = 'Nombre de fractions', value = 'nombre fractions'},
					{type = 'mixed', label = 'Fractions', value = 'fractions'},
				}
			},	
			{type = 'table', title = 'Culture', rows = {                    
					{type = 'mixed', label = 'Langue(s)', value = 'langue(s)'},
					{type = 'mixed', label = 'Religion(s)', value = 'religion(s)'},
					{type = 'mixed', label = 'Personnages marquants', value = 'personnages marquants'},
					{type = 'mixed', label = 'Institutions emblématiques et symboles', value = 'institutions symboles'},
					}
			},
	    }